home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / dev / m2 / GenModula1_14.lha / GTB-Modula / GenModula.history < prev    next >
Encoding:
Text File  |  1994-01-14  |  1.9 KB  |  54 lines

  1.     GenModula History
  2. ======================================================================
  3.  
  4.  
  5. 1.10    (public release)
  6. ----------------------------------------------------------------------
  7.   · First public release
  8.  
  9.  
  10.   
  11. 1.11    Migration to M2Amiga 4.2d.
  12. ----------------------------------------------------------------------
  13.   · Previous not defined tags gtUnderscore, gaTabCycle,
  14.     stringaExitHelp now from updated definition files.
  15.     
  16.   · Some type conversion since function GetTagData changed.
  17.  
  18.   
  19.  
  20. 1.12    (public release)
  21.     Thanks to Matthias Bock for bug report!
  22. ----------------------------------------------------------------------
  23.   · (GenerateWindows) tag array "windowTags" shrinked to 20 items.
  24.  
  25.   · (Generategadgets/WriteSliderTags) wrong generation of
  26.     gtsLevelFormat and gtslLevelPlace tag data fixed.
  27.  
  28. 1.13
  29.     Thanks to Dirk Heinrichs for bug report!
  30. ----------------------------------------------------------------------
  31.   · (GenerateScreen/WriteScreenColorInit)
  32.     Missing 0 before hex-numbers added
  33.  
  34.   · (GenerateScreen/WriteScreenColorInit)
  35.     Array ScreenColors now terminated by -1 (Integer not Cardinal)
  36.  
  37. 1.14    (public release)
  38.     Thanks to Markus Peuckert and Alfred Fent for bug reports!
  39. ----------------------------------------------------------------------
  40.   · Irregular error compiling/linking Module GetFile (interface to boopsi-gadget)
  41.     is NOT FIXED. It seems to be a compiler error.
  42.     To avoid problems please delete all object files and use the make utility:
  43.       m2make -d -o"-l<Fullpath>/boopsi.o -l<Fullpath>/bases.o" <program>
  44.     Elsewhere you may use the object file of GetFile coming with this distribution.
  45.  
  46.   · (GenerateGadgets/WriteStringTags, GenerateGadgets/WriteTextTags)
  47.     Using now default text not title text.
  48.  
  49.   · (GenerateScreen/WriteIDFlags)
  50.     Testing of DisplayIDs fixed.
  51.  
  52.   · (GeneratorIO/GenModulaInfo)
  53.     Extended argument support using program related information output
  54.     (new feature of Module NewArgSupport).